From 1943978cd5762804fa85f05c4f396f97eb7c2d78 Mon Sep 17 00:00:00 2001 From: Peter Atashian Date: Sun, 25 Jan 2015 19:59:38 -0500 Subject: [PATCH] Add explicit dependency on regex. Signed-off-by: Peter Atashian --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index ecf3bf05d..e637c168f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,6 +10,7 @@ dependencies = [ "glob 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)", "log 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "registry 0.1.0", "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 43d881da5..bf595de89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ docopt = "0.6" url = "0.2" rustc-serialize = "0.2" term = "0.1" +regex = "0.1" [target.i686-pc-windows-gnu.dependencies] winapi = "0.1" -- 2.30.2